@charset "UTF-8";
/*CSS Document */

/*************************************************************************/

/*Beginning of code that affects every page for every size*/

@import url('https://fonts.cdnfonts.com/css/bauhaus-93');
@import url('https://fonts.cdnfonts.com/css/impact');

html {
	/*background-color: #FFC18C; */
	background: linear-gradient(45deg, #dca 12%, transparent 0, transparent 88%, #dca 0),
    linear-gradient(135deg, transparent 37%, #a85 0, #a85 63%, transparent 0),
    linear-gradient(45deg, transparent 37%, #dca 0, #dca 63%, transparent 0) #753;
    background-size: 25px 25px;
}
	

.middlenav a:hover {
	color:  #FFC18C;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #674933;
	text-shadow: 2px 2px #1B0000;
}

a:link  {
	color: none;
	text-decoration: none;
}

a {
	color: #FCE9D6;
}

a: visted {
	text-decoration: none;
	color: #FCE9D6;
}

/*Ending of code that affects every page for every size*/

/*************************************************************************/

/*Media Query - Breakpoint for Desktop minimum of 1025px*/
@media (min-width: 1025px)
{
	
body {
	margin: 2%;
	padding: 0;
	border: 4px;
	border-style: solid;
	border-color: #2B1700;
	height: auto;
	width: auto;	
	background: #7E481C;
	background-size: cover;
}

/*Beginning of top of webpage*/

h1 {
	margin-top: 40px;
	text-align: center;
	font-family: 'Impact', sans-serif;
	font-size: 50pt;
	color: #FCE9D6;
	-webkit-text-stroke-width: .001em;
	-webkit-text-stroke-color: #2B1700;
	text-shadow: 4px 4px #1B0000;
}

/*Ending of top of webpage*/

/*************************************************************************/

/*Beginning of navigation*/

div#top { /*index.html*/
	text-align:center;
	justify-content: center;
	color:#333;
}

.middlenav a {
	margin-top: 10px;
	padding: 3%;
	text-align: center;
	font-family: 'Impact', sans-serif;  
	font-size: 25pt;
	color: #FCE9D6;
	-webkit-text-stroke-width: 0.04em;
	-webkit-text-stroke-color:  #674933;
	text-shadow: 1px 1px #1B0000; 
}

/*Ending of navigation*/

/*************************************************************************/

/*Beginning of main content*/

h2 {	
	margin-top: 200px;
	margin-bottom: 100px;
	margin-left: 15%;
	font-family: 'Impact', sans-serif;
	font-size: 40pt;
	color: #FFC18C;
	-webkit-text-stroke-width: .2px;
	-webkit-text-stroke-color: #674933;
	text-shadow: 3px 3px #1B0000;
}

h3 {
	padding-top: 80px;
    font-family: 'Impact', sans-serif;
	font-size: 25pt; 
	color: #FCE9D6;
	text-align: center;
	-webkit-text-stroke-width: .001em;
	-webkit-text-stroke-color: #2B1700;
	text-shadow: 1px 1px #1B0000;
}

h4 {
	font-family: 'Impact', sans-serif;
	font-size: 25pt;
	color: #FCE9D6;
	text-align: center;
	-webkit-text-stroke-width: .5px;
	-webkit-text-stroke-color: #674933;
	text-shadow: 2px 2px #1B0000;
}

.resumetitles { /*resume.html*/
	margin-left: auto;
	margin-right: auto;
	padding: 2% 0px 2%;
	font-family: 'Impact', sans-serif;
	text-align: center;
	font-size: 25pt;
	font-weight: bold;
	color: #FCE9D6;
	max-width: 26%;
	background-color: #2B1700;
	border-style: groove;
	border: 2px solid #FFC18C; 
	-webkit-text-stroke-width: .001em;
	-webkit-text-stroke-color: #2B1700;
	text-shadow: 2px 2px #1B0000;	
}

.subresumetitles { /*resume.html*/
	margin-left: 5%;
	text-align: center;
	font-family: 'Arial', sans-serif;
	font-size: 16pt; 
	font-weight: bold;
	color: #FFC18C;
	background-color: #2B1700;
	border: 1px solid #FFC18C;
	text-shadow: 2px 2px #1B0000;
}

.date { /*resume.html*/
	margin-left: 5%;
	font-family: 'Arial', sans-serif;
	text-align: center;
	font-size: 22pt; 
	font-weight: bold;
	color: #FCE9D6;
	background-color: #2B1700;
	text-shadow: 2px 2px #1B0000;
}

table { /*resume.html*/
	margin-left: 15%;
	margin-right: 4%;
    justify-content: center;
	table-layout: fixed;
	width: 70%;
}

th, tr { /*resume.html*/
	margin-left: 5%;
	padding: 3%;
	font-family: 'Times New Roman', sans-serif;
	text-align: center;
	font-size: 18pt;
	font-weight: normal;
	max-width: 100%;
	color: #FCE9D6;
	border: 2px solid #FFC18C;
	word-wrap: break-word;
	background-color: transparent;
	text-shadow: 2px 2px #1B0000;
	-webkit-text-stroke-width: .01em;
	-webkit-text-stroke-color: #FFFFFF;
	text-shadow: 2px 2px #1B0000;
}


#lowersectionnav { /*index.html, resume.html*/
	 border-collapse: collapse;	
	 background-color: #2B1700;
}

.lowersectionnavdesign a { /*index.html, resume.html*/
	margin-top: 0px;
	padding: 3%;
	text-align: center;
	font-family: 'Impact', sans-serif;  
	font-size: 13pt;
	color: #FCE9D6;
	text-decoration: none;
	-webkit-text-stroke-width: 0.04em;
	-webkit-text-stroke-color:  #674933;
	text-shadow: 1px 1px #1B0000;
}

.lowersectionnavdesign a:hover { /*index.html, resume.html*/
	color: #FFC18C;
	text-shadow: 1px 1px #FCE9D6;
	text-decoration: none;
}

/*Ending of main content*/

/*************************************************************************/

/*Beginning of footer*/

footer {
	margin-top: 12%;
	padding: 7% 0 7%;
	min-height: 2vh;
	width: auto;
	font-family: 'Impact', sans-serif;
	font-size: 12pt;
	color: #FCE9D6;	
	text-align: center;
	background: #2B1700;
	text-shadow: 2px 2px #1B0000;
}	

/*Ending of footer*/

}
/*******End of Media Query - Breakpoint for Desktop minimum of 1025px*******/

/***************************************************************************/

/*Media Query - Breakpoint for Tablets between 641px and 1024px*/
@media (max-width: 1024px) and (min-width: 641px)
{
	
body {
	margin: 2%;
	padding: 0;
	border: 3px;
	border-style: solid;
	border-color: #2B1700;
	min-height: auto;
	width: auto;	
	background: #7E481C;
	background-size: cover;
}

/*Beginning of top of webpage*/

h1 {
	margin-top: 40px;
	text-align: center;
	font-family: 'Impact', sans-serif;
	font-size: 40pt;
	color: #FCE9D6;
	-webkit-text-stroke-width: .001em;
	-webkit-text-stroke-color: #2B1700;
	text-shadow: 2px 2px #1B0000;
}

/*Ending of top of webpage*/

/*************************************************************************/

/*Beginning of navigation*/

div#top { /*index.html*/
	text-align:center;
	justify-content: center;
	color:#333;
}

.middlenav a {
	margin-top: 10px;
	padding: 3%;
	text-align: center;
	font-family: 'Impact', sans-serif;  
	font-size: 22pt;
	color: #FCE9D6;
	-webkit-text-stroke-width: 0.04em;
	-webkit-text-stroke-color: #674933;
	text-shadow: 1px 1px #1B0000;
}

/*Ending of navigation*/

/*************************************************************************/

/*Beginning of main content*/

h2 {	
	margin-top: 200px;
	margin-bottom: 100px;
	margin-left: 5%;
	font-family: 'Impact', sans-serif;
	font-size: 30pt;
	color: #FFC18C;
	-webkit-text-stroke-width: .5px;
	-webkit-text-stroke-color: #674933;
	text-shadow: 3px 3px #1B0000;
}

h3 {
	padding-top: 80px;
    font-family: 'Impact', sans-serif;
	font-size: 22pt; 
	color: #FCE9D6;
	text-align: center;	
	-webkit-text-stroke-width: .001em;
	-webkit-text-stroke-color: #2B1700;
	text-shadow: 2px 2px #1B0000;
}

h4 {
	font-family: 'Impact', sans-serif;
	font-size: 22pt;
	color: #FCE9D6;
	text-align: center;
	-webkit-text-stroke-width: .5px;
	-webkit-text-stroke-color: #674933;
	text-shadow: 2px 2px #1B0000;
}

.resumetitles { /*resume.html*/
	margin-left: auto;
	margin-right: auto;
	padding: 2% 0px 2%;
	font-family: 'Impact', sans-serif;
	text-align: center;
	font-size: 20pt;
	font-weight: bold;
	color: #FCE9D6;
	background-color: #2B1700;
	max-width: 33%;
	border-style: groove;
	border: 2px solid #FFC18C; 
	-webkit-text-stroke-width: .001em;
	-webkit-text-stroke-color: #2B1700;
	text-shadow: 2px 2px #1B0000;	
}

.subresumetitles { /*resume.html*/
	margin-left: 12%;
	text-align: center;
	font-family: 'Arial', sans-serif;
	font-size: 14pt; 
	font-weight: bold;
	color: #FFC18C;
	background-color: #2B1700;
	border: 1px solid #FFC18C;
	text-shadow: 2px 2px #1B0000;
}

.date { /*resume.html*/
	margin-left: 12%;
	font-family: 'Arial', sans-serif;
	text-align: center;
	font-size: 16pt; 
	font-weight: bold;
	color: #FCE9D6;
	background-color: #2B1700;
	text-shadow: 2px 2px #1B0000;
}

table { /*resume.html*/
	margin-left: 13%;
	margin-right: 4%;
    justify-content: center;
	table-layout: fixed;
	width: 75%;
}

th, tr { /*resume.html*/
	margin-left: 5%;
	padding: 3%;
	font-family: 'Times New Roman', sans-serif;
	text-align: center;
	font-size: 14pt;
	font-weight: normal;
	max-width: 100%;
	color: #FCE9D6;
	border: 2px solid #FFC18C;
	word-wrap: break-word;
	background-color: transparent;
	text-shadow: 2px 2px #1B0000;
	-webkit-text-stroke-width: .01em;
	-webkit-text-stroke-color: #FFFFFF;
	text-shadow: 2px 2px #1B0000;
}

#lowersectionnav { /*index.html, resume.html*/
	margin: 75% auto 20% auto;
	padding: auto;
	border-collapse: collapse;	
	width: 560px;
	background-color: #2B1700;
}

.lowersectionnavdesign a { /*index.html, resume.html*/
	margin: auto;
	display: table;
	font-family: 'Impact', sans-serif;  
	font-size: 12pt;
	color: #FCE9D6;
	-webkit-text-stroke-width: 0.04em;
	-webkit-text-stroke-color:  #674933;
	text-shadow: 1px 1px #1B0000;
}

.lowersectionnavdesign a:hover { /*index.html, resume.html*/
	color: #FFC18C;
	text-shadow: 1px 1px #FCE9D6;
	text-decoration: none;
}

/*Ending of main content*/

/*************************************************************************/

/*Beginning of footer*/

footer {
	margin-top: 18%;
	padding: 6% 0 6%;
	max-height: 4vh;
	width: auto;
	text-align: center;
	font-family: 'Impact', sans-serif;
	font-size: 10pt;
	color: #FCE9D6;
	background: #2B1700;
	text-shadow: 2px 2px #1B0000;
}	

/*Ending of footer*/

}
/*******End of Media Query - Breakpoint for Tablets between 641px and 1024px*******/	

/***************************************************************************/

/*Media Query - Breakpoint for Smartphones between 320px and 640px*/
@media (max-width: 640px) and (min-width: 320px)
{
	
body {
	margin: 2%;
	padding: 0;
	border: 3px;
	border-style: solid;
	border-color: #2B1700;
	height: auto;
	width: auto;	
	background: #7E481C;
	background-size: cover;
}

/*Beginning of top of webpage*/

h1 {
	margin-top: 40px;
	text-align: center;
	font-family: 'Impact', sans-serif;
	font-size: 20pt;
	color: #FCE9D6;
	-webkit-text-stroke-width: .01em;
	-webkit-text-stroke-color: #2B1700;
	text-shadow: 2px 2px #1B0000;
}

/*Ending of top of webpage*/

/*************************************************************************/

div#top { /*index.html*/
	text-align:center;
	justify-content: center;
	color:#333;
}

.middlenav a {
	margin-top: 10px;
	padding: 3%;
	text-align: center;
	font-family: 'Impact', sans-serif;  
	font-size: 13pt;
	color: #FCE9D6;
	-webkit-text-stroke-width: .02em;
	-webkit-text-stroke-color: #2B1700;
	text-shadow: 2px 1px #1B0000;
}

/*Ending of navigation*/

/*************************************************************************/

/*Beginning of main content*/

h2 {	
	margin-top: 200px;
	margin-bottom: 100px;
	margin-left: 5%;
	font-family: 'Impact', sans-serif;
	font-size: 20pt;
	color: #FFC18C;
	text-decoration: none;
	-webkit-text-stroke-width: .01em;
	-webkit-text-stroke-color: #674933;
	text-shadow: 3px 3px #1B0000;
}

h3 {
	padding-top: 80px;
    font-family: 'Impact', sans-serif;
	font-size: 15pt; 
	color: #FCE9D6;
	text-align: center;
	-webkit-text-stroke-width: .01em;
	-webkit-text-stroke-color: #2B1700;
	text-shadow: 2px 2px #1B0000;
}

h4 {
	font-family: 'Impact', sans-serif;
	font-size: 20pt;
	color: #FCE9D6;
	text-align: center;
	-webkit-text-stroke-width: .02em;
	-webkit-text-stroke-color: #2B1700;
	text-shadow: 2px 1px #1B0000;
}

.resumetitles { /*resume.html*/
	margin-left: auto;
	margin-right: auto;
	padding: 2% 2%  2%;
	font-family: 'Impact', sans-serif;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	color: #FCE9D6;
	background-color: #2B1700;
	max-width: 35%;
	border-style: groove;
	border: 2px solid #FFC18C; 
	-webkit-text-stroke-width: .001em;
	-webkit-text-stroke-color: #2B1700;
	text-shadow: 2px 2px #1B0000;
}

.subresumetitles { /*resume.html*/
	margin-left: 10%;
	font-family: 'Arial', sans-serif;
	text-align: center;
	font-size: 8pt; 
	font-weight: bold;
	color: #FFC18C;
	background-color: #2B1700;
	border: 2px solid #FFC18C;
	text-shadow: 2px 2px #1B0000;
}

.date { /*resume.html*/
	margin-left: 10%;
	font-family: 'Arial', sans-serif;
	text-align: center;
	font-size: 8pt; 
	font-weight: bold;
	color: #FCE9D6;
	background-color: #2B1700;
	text-shadow: 2px 2px #1B0000;
}

table { /*resume.html*/
	margin-left: 13%;
	margin-right: 4%;
    justify-content: center;
	table-layout: fixed;
	width: 75%;
}

th, tr { /*resume.html*/
	padding: 3%;
	font-family: 'Times New Roman', sans-serif;
	text-align: center;
	font-size: 8pt;
	font-weight: normal;
	max-width: 100%;
	color: #FCE9D6;
	border: 2px solid #FFC18C;
	word-wrap: break-word;
	background-color: transparent;
	text-shadow: 2px 2px #1B0000;
	-webkit-text-stroke-width: .01em;
	-webkit-text-stroke-color: #FFFFFF;
	text-shadow: 2px 2px #1B0000;
}

#lowersectionnav { /*index.html, resume.html*/
	 border-collapse: collapse;	
	 background-color: #2B1700;
}

.lowersectionnavdesign a { /*index.html, resume.html*/
	margin-top: 0px;
	padding: 3%;
	text-align: center;
	font-family: 'Impact', sans-serif;  
	font-size: 13pt;
	color: #FCE9D6;
	text-decoration: none;
	-webkit-text-stroke-width: 0.04em;
	-webkit-text-stroke-color:  #674933;
	text-shadow: 1px 1px #1B0000;
}

.lowersectionnavdesign a:hover { /*index.html, resume.html*/
	color: #FFC18C;
	text-shadow: 1px 1px #FCE9D6;
	text-decoration: none;
}

/*Ending of main content*/

/*************************************************************************/

/*Beginning of footer*/
	
footer {
	margin-top: 10%; 
	padding: 10% 0 10% 0;
	min-height: 4vh;
	width: auto;
	font-family: 'Impact', sans-serif;
	font-size: 8pt;
	color: #FCE9D6;
	text-align: center;
	background-color: #2B1700;
	text-shadow: 2px 2px #1B0000;
}	

/*Ending of footer*/

}
/*******End of Media Query - Breakpoint for Smartphones between 320px and 640px*******/